home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / atre12.arc / MULTIPLX.ARC / MULT.RC < prev    next >
Text File  |  1991-07-27  |  261b  |  15 lines

  1. #include <windows.h>
  2. #include "mult.h"
  3. #include "multdlg.h"
  4.  
  5. multico icon atree.ico
  6.  
  7. #include "mult.dlg"
  8.  
  9. MENU_RESOURCE MENU
  10.     {
  11.         MENUITEM "&Run!", IDM_RUN
  12.         MENUITEM "&About...", IDM_ABOUT
  13.         MENUITEM "E&xit!", IDM_EXIT
  14.     }
  15.